Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_SetMinorAxis

You can use the Q3Box_SetMinorAxis function to set the minor axis of a box.

TQ3Status Q3Box_SetMinorAxis (
TQ3GeometryObject box, 
const TQ3Vector3D *minorAxis);
box
A box.
minorAxis
The desired minor axis of the specified box.
DESCRIPTION
The Q3Box_SetMinorAxis function sets the minor axis of the box specified by the box parameter to that specified in the minorAxis parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996